~ chicken-core (chicken-5) /manual/Module r4rs
Trap1[[tags: manual]]
2[[toc:]]
3
4== Module r4rs
5
6This module provides the subset of procedures and macros from the
7{{scheme}} module which are from the R4RS standard.
8
9This is every procedure and macro from [[/manual/Module scheme|Module scheme]] except for
10{{dynamic-wind}}, {{eval}}, {{call-with-values}} and {{values}}.
11
12---
13Previous: [[Module r5rs]]
14
15Next: [[Module srfi-4]]